go/types.Package.cgo (field)

5 uses

	go/types (current package)
		call.go#L455: 			if pkg.cgo {
		call.go#L506: 				if pkg.cgo && strings.HasPrefix(exp.name, "_Cvar_") {
		call.go#L512: 				if pkg.cgo && strings.HasPrefix(exp.name, "_Cmacro_") {
		package.go#L20: 	cgo      bool // uses of this package will be rewritten into uses of declarations from _cgo_gotypes.go
		resolver.go#L150: 		imp.cgo = check.conf.go115UsesCgo